@charset "utf-8";
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,textarea,table,tbody,tfoot,thead,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
	margin: 0;
	padding: 0;
	outline: 0;
	background: transparent;
}
.mainShareDiv_24{display:none !important;}
article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display: block;
}
body,button,input,select,textarea {
    font: 12px/1.5 arial;
    font-family: "Microsoft YaHei","SimHei";
}
body{
    background-color: #f3f7fa;
}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {
	font-size: 100%;
}
address,cite,dfn,em,var {
	font-style: normal;
}
code,kbd,pre,samp {
	font-family: courier new,courier,monospace;
}
small {
	font-size: 12px;
}
ul,ol,li {
	list-style: none;
}
img {
	border: none;
}
a {
	outline: thin none;
    text-decoration: none;
    color:#000;
}
a:hover {
    color: #c50001;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
   zoom: 1;
}
/* 动画 */
@keyframes myfirst{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(15deg);}
    100% {transform: rotate(0deg);}
}

/* Firefox */
@-moz-keyframes myfirst{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

/* Safari 和 Chrome */
@-webkit-keyframes myfirst{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

/* Opera */
@-o-keyframes myfirst{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

/*公共头部*/
.header_top{
    width: 100%;
    position: relative;
    background: url(http://www.bomi.gov.cn/bmx/xhtml/images/banner.png) no-repeat top center;
    min-height: 400px;
}

/* 新春背景替换 */
/* .header_top{
    width: 100%;
    position: relative;
    background: url(http://www.linzhi.gov.cn/linzhi/xhtml/images/year_headbg.png) no-repeat top center;
    min-height: 400px;
} */
/* 新春背景替换 */

.header_top>img{
    width: 100%;
    margin-bottom: -5px;
    display: none;
}
.header_main{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.h_m_top{
    width: 100%;
    background: url(../images/h_m_top.png) no-repeat;
    background-size: 100% 100%;
}
.h_m_top div{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}
.h_m_top div p{
    font-size: 14px;
    color: #fff;
}
.h_m_top div p.p_left{
    float: left;
    margin-right: 15px;
}
#weather{
    margin-top: -2px
}
.h_m_top div p.p_right{
    float: right;
}
.h_m_top div p.p_right a{
    font-size: 14px;
    color: #fff;
}
.h_m_top div p.p_right a:hover{
    color: #f1f1f1;
}
.h_m_bottom{
    width: 1200px;
    margin: 0 auto;
    padding-top: 55px;
}
.h_m_bottom a{
    display: block;
    width: 35%;
    margin: 20px auto;
}
.h_m_bottom a img{
    width: 100%;
}
.h_m_bottom form a{
    display:block;
    text-align:center;
}
.h_m_bottom form a img{
    width: auto;
}
.h_m_bottom div{
    width: 60%;
    font-size: 14px;
    background: url(../images/ss_banner.png) no-repeat;
    background-size: 100% 100%;
    margin: 30px auto 0;
    overflow: hidden;
    padding: 10px 0;

}
.h_m_bottom div input{
    float: left;
    width: 85%;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 3%;
    padding: 7px 0;
}
.h_m_bottom div p{
    float: right;
    width: 10%;
    height: 35px;
    background: url(../images/ss.png) no-repeat;
    background-size: 40% 80%;
    background-position: 50% 50%;
    cursor: pointer;
}
.h_m_bottom div p:hover{
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;	/* Firefox */
    -webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
    -o-animation: myfirst 1s;	/* Opera */
}
.header_bottom{
    width: 100%;
    background: url(../images/nav.png) no-repeat;
    background-size: 100% 98%;
    padding-bottom: 7px;
    border-top: 5px solid #c50001;
}
.header_bottom ul{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.header_bottom ul li{
    float: left;
    width: 16.6%;
    padding: 15px 0;
}
.header_bottom ul li a{
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #c50001;
    overflow: hidden;
    position: relative;
}
.header_bottom ul li a img{
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: 18%;
    transition: all 0.3s linear;
}
.header_bottom ul li a p{
    float: right;
    width: 60%;
}
.header_bottom ul li a span{
    display: block;
    width: 2px;
    height: 80%;
    background-color: #c50001;
    position: absolute;
    top: 10%;
    right: 0;
}
.header_bottom ul li a:hover img{
    -moz-transform: translate(-5px,-5px);
    -o-transform: translate(-5px,-5px);
    -webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
}
/*公共中部*/
.main{
    width: 100%;
    background-color: #fff;
}
.container{
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/*公共尾部*/
.footer{
    width: 100%;
    background-color: #d5d5d5;
}
.related{
    width: 100%;
    background-color: #c2121f;
}
.related_main{
    width: 1200px;
    margin: 0 auto;
}
.related_top{
    width: 100%;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    padding: 7px 0;
}
.related_top p{
    float: left;
    padding: 0 10px;
}
.related_top ul{
    float: left;
    overflow: hidden;
    margin-left: 30px;
}
.related_top ul li{
    float: left;
    margin-right: 40px;
    cursor: pointer;
}
.related_bottom{
    width: 100%;
    padding: 10px 0;
}
.related_bottom div{
    display: none;
    width: 82%;
    margin: 0 auto;
}
.related_bottom div a{
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
}
.footer_main{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.footer_left{
    float: left;
    width: 76%;
    margin-left: 10px;
}
.footer_left p{
    padding-bottom: 7px;
}
.footer_left p.f_l_p{
    padding-bottom: 15px;
}
.footer_right{
    width: 20%;
    float: right;
    overflow: hidden;
}
.footer_right a{
    display: block;
    float: left;
    margin: 20px;
    margin-top: -2%;
}
.footer_right a.f_r_a1{
    margin-top: 7px;
    margin-right: 26px;
}

/*当前位置*/
.crumbs{
    width: 98%;
    font-size: 14px;
    margin: 0 auto;
    padding: 16px 0 6px;
    border-bottom: 1px solid #cecece;
}
.crumbs img{
    display: inline-block;
    margin-bottom: -1px;
}
.crumbs span{
    display: inline-block;
    margin-left: 5px;
}
.crumbs a{
    display: inline-block;
    margin-left: 5px;
}

/*分页样式*/
/*-------------------------------------------------------------------*/
#page_div{
    width: 85%;
    margin: 1em auto;
    text-align: center;
}
.pagination-index,
.pagination-num{
    border: 1px solid #bfbfbf;
    margin: 0.2em;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 3px;
    color: #000;
}
.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover{
    background: #d62026;
    color: white;
}
.pagination-last{
    margin-left: 100px;
}
.pagination-last>span{
    margin: 0.5em;
}
.pagination-last>input{
    width: 2em;
    height: 1.3em;
    text-align: center;
}

/*政民互动*/
.border{
    width: auto;
}
.hd_nav > .active{
    background-color: #c2121f;
}
.hd_list > .title > div{
    color: #c2121f;
}
.hd_search .xjcx{
    color: #c2121f;
}
.hd_wyxx .hd_nav{
    border-bottom: 1px solid #c2121f;
}
#page_div .currentIndex{
    background-color: #c2121f;
    border: 1px solid #c2121f;
}
.hd_search .btn-info,
.hd_search .btn-info:hover{
    background-color: #c2121f;
}
.hd_wyxx .yzm > div > a{
    background-color: #c2121f;
}
.hd_wyxx .tijiao > button{
    background-color: #c2121f;
}
.hd_btn > input{
    background-color: #c2121f;
}
.zj-my-com,
.my-com-rt input.submit-btn{
    background-color: #c2121f;
}
.hd_yjlb_title > span{
    border-bottom: 2px solid #c2121f;
}

/* ios */
@media (max-width: 760px) {
    .h_m_top div,
    .h_m_bottom,
    .header_bottom ul,
    .footer_main{
        width: 100%;
    }
    .header_top>img{
        height: 130px;
    }
    .h_m_bottom{
        padding: 0;
    }
    .h_m_bottom a {
        display: block;
        width: 46%;
        margin: 5px auto;
    }
    .h_m_bottom div{
        font-size: 12px;
        margin: 5px auto 0;
        padding: 0;
    }
    .h_m_bottom div input{
        padding: 4px 0;
    }
    .h_m_bottom div p {
        height: 22px;
        background-size: 50% 70%;
        margin-top: 1%;
    }
    .header_bottom{
        background: #fff;
    }
    .header_bottom ul li{
        width: 50%;
        padding: 5px 0;
    }
    .header_bottom ul li a span{
        display: none;
    }
    .header_bottom ul li a p{
        font-size: 16px;
        margin-top: 5px;
    }
    .container{
        width: 98%;
        padding: 0;
    }
    .h_m_top div p.p_left{
        width: 46%;
        font-size: 12px;
        margin-left: 2%;
        margin-right: 0;
    }
    #weather{
        margin-top: -4px
    }
    .h_m_top div p.p_right,
    .related,
    .footer_right{
        display: none;
    }
    .footer_left{
        width: 100%;
        text-align: center;
    }
    .pagination-last{
        margin-left: 0;
    }
}